home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
CLINIC
/
APP1U.DFM
/
APP1U.txt
Wrap
Text File
|
1997-04-28
|
842b
|
41 lines
object ControllerMainForm: TControllerMainForm
Left = 5
Top = 335
Width = 604
Height = 141
Caption = 'ControllerMainForm'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 16
Width = 217
Height = 81
Caption = '&Locate && activate other app'#39's main window'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 232
Top = 16
Width = 241
Height = 81
Caption = '&Locate && activate other app'#39's secondary window'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 480
Top = 16
Width = 105
Height = 81
Caption = '&Locate Excel 3'
TabOrder = 2
OnClick = Button3Click
end
end